Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Zerion collectibles count attribute #1193

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

hectorgomezv
Copy link
Member

Depends on #1192

Summary

This PR fixes the count attribute for Zerion's collectibles retrieval. Since the Zerion API embraces an infinite scroll cursor strategy, it does not provide either count or previous. Since the CGW was not allowing null values for count, before #1192 we couldn't use a property value for the count attribute.

Changes

  • Set the count attribute to null on Zerion's collectibles retrieval.
  • Adapt the associated tests.

@hectorgomezv hectorgomezv self-assigned this Feb 22, 2024
@hectorgomezv hectorgomezv requested a review from a team as a code owner February 22, 2024 15:03
@hectorgomezv hectorgomezv changed the title Fix zerion count attribute Fix Zerion collectibles count attribute Feb 22, 2024
@coveralls
Copy link

coveralls commented Feb 22, 2024

Pull Request Test Coverage Report for Build 8007163698

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 93.664%

Files with Coverage Reduction New Missed Lines %
src/routes/transactions/entities/tests/human-description.builder.ts 1 80.0%
Totals Coverage Status
Change from base Build 8007030731: -0.02%
Covered Lines: 6063
Relevant Lines: 6263

💛 - Coveralls

@hectorgomezv hectorgomezv merged commit 9194172 into main Feb 22, 2024
16 checks passed
@hectorgomezv hectorgomezv deleted the fix-zerion-count-attribute branch February 22, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants